'Declaration
<DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class ObservableDictionary (Of TKey,TValue) Inherits System.Collections.ObjectModel.ObservableCollection(Of ObservableKeyValuePair(Of TKey,TValue))
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class ObservableDictionary<TKey,TValue> : System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>>